{% extends "global/Page.html" %} {% load otree %} {% block title %} Results {% endblock %} {% block content %}

The randomly selected round for which you will be paid is {{player.randomly_selected_round}}.
Your earnings, based on your and your partner's behavior in that round, amount to {{player.payoff_int}} points, which are worth {{player.payoff_eur_to_show | floatformat:2 }} Euros .

{% if player.round_with_guess == 1 %}

In that round, we also asked you to guess what would have been the percentage of cooperators in your group.

{% endif %} {% if player.decision_guess_premium == 1 %}

Your guess was correct!
Therefore you earn additional {{Constants.right_guess_payoff}} .

Your overall earnings from this part of the study is therefore: {{player.payoff_final_to_show | floatformat:2 }} Euros .

{% else %}

Your guess was, unfortunately, not correct.

{% endif %} {% next_button %} {% endblock %}